From 0061e707b0aed045c06b34277c181e2a6585a18b Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Fri, 17 Sep 2004 16:29:54 +0000 Subject: [PATCH] Oops, didn't mean to comment that line out. Also, bincompare is easier to read with -u --- gpsbabel/testo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/testo b/gpsbabel/testo index 0ca5731d8..8fc52b5e2 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -15,7 +15,7 @@ bincompare() rm -f ${TMPDIR}/bc2 ${OD} $1 >${TMPDIR}/bc1 ${OD} $2 >${TMPDIR}/bc2 - ${DIFF} ${TMPDIR}/bc1 ${TMPDIR}/bc2 || { + ${DIFF} -u ${TMPDIR}/bc1 ${TMPDIR}/bc2 || { echo ERROR binary comparing $* exit 1 } @@ -524,7 +524,7 @@ compare ${TMPDIR}/gpl1.gpx ${TMPDIR}/gpl2.gpx # rm -f ${TMPDIR}/netstumbler.mps ${PNAME} -i netstumbler -f reference/netstumbler.txt -o mapsource -F ${TMPDIR}/netstumbler.mps -# bincompare ${TMPDIR}/netstumbler.mps reference/netstumbler.mps +bincompare ${TMPDIR}/netstumbler.mps reference/netstumbler.mps # # IGC tests -- 2.30.2